Class Plugins

Summary

Fully Qualified Name: CodeIgniter\View\Plugins

Description

View plugins

Methods

Name Description Defined By
ValidationErrors() Wrap helper function to use as view plugin. Plugins
currentURL() Wrap helper function to use as view plugin. Plugins
lang() Wrap helper function to use as view plugin. Plugins
mailto() Wrap helper function to use as view plugin. Plugins
previousURL() Wrap helper function to use as view plugin. Plugins
route() Wrap helper function to use as view plugin. Plugins
safeMailto() Wrap helper function to use as view plugin. Plugins
siteURL() Wrap helper function to use as view plugin. Plugins

Method Details

ValidationErrors()

Wrap helper function to use as view plugin.

Parameter Name Type Description
$params array

Returns: string

currentURL()

Wrap helper function to use as view plugin.

Returns: string|\CodeIgniter\HTTP\URI

lang()

Wrap helper function to use as view plugin.

Parameter Name Type Description
$params array

Returns: string

mailto()

Wrap helper function to use as view plugin.

Parameter Name Type Description
$params array

Returns: string

previousURL()

Wrap helper function to use as view plugin.

Returns: \CodeIgniter\HTTP\URI|mixed|string

route()

Wrap helper function to use as view plugin.

Parameter Name Type Description
$params array

Returns: string|bool

safeMailto()

Wrap helper function to use as view plugin.

Parameter Name Type Description
$params array

Returns: string

siteURL()

Wrap helper function to use as view plugin.

Parameter Name Type Description
$params array

Returns: string

Top